Logger
class Logger
Static class to configure log and create log entries.
Functions
Link copied to clipboard
Logs a
DEBUG
message.Logs a lazily constructed
DEBUG
message.Logs a
DEBUG
message with the given arguments.Logs a
DEBUG
message with the given exception.Logs an
ERROR
message with a given lazy calculated parameter.Link copied to clipboard
Logs an
ERROR
message.Logs an
ERROR
message with the given arguments.Logs an
ERROR
message with the given exception.Logs an
ERROR
message with the given exception and arguments.Logs an
ERROR
message with the given exception and a lazy calculated parameter.Link copied to clipboard
Checks whether log entries at
DEBUG
level will be output.Link copied to clipboard
Checks whether log entries at
ERROR
level will be output.Link copied to clipboard
Checks whether log entries at
INFO
level will be output.Link copied to clipboard
Checks whether log entries at
TRACE
level will be output.Link copied to clipboard
Checks whether log entries at
WARNING
level will be output.Link copied to clipboard
Logs a
WARNING
message.Logs a
WARNING
message with the given arguments.Logs a
WARNING
message with the given exception.Logs a lazily constructed
WARNING
message with the given exception.